projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b750ef2
8cce899
)
auto merge of #420 : alexcrichton/cargo/issue-393-2, r=brson
author
bors
<bors@rust-lang.org>
Wed, 27 Aug 2014 01:40:01 +0000
(
01:40
+0000)
committer
bors
<bors@rust-lang.org>
Wed, 27 Aug 2014 01:40:01 +0000
(
01:40
+0000)
This commit removes all distributed executables except for `cargo`. All
builtin subcommands are implemented through library calls, and the fallback
methods are retained to maintain extensability through new subcommands.
Closes #393
Trivial merge